home *** CD-ROM | disk | FTP | other *** search
/ PD ROM 1 / PD ROM Volume I - Macintosh Software from BMUG (1988).iso / Electronic Messages / Delphi Digests / Delphi Vol. 3 / Delphi 3.55 < prev   
Encoding:
Text File  |  1988-04-08  |  20.2 KB  |  592 lines  |  [TEXT/ttxt]

  1. 27-Dec-87 09:57:36-PST,21193;000000000000
  2. Return-Path: <delphi-mac-request@RELAY.CS.NET>
  3. Received: from RELAY.CS.NET by SUMEX-AIM.Stanford.EDU with TCP; Sun, 27 Dec 87 09:57:19 PST
  4. Received: from relay2.cs.net by RELAY.CS.NET id aa22956; 27 Dec 87 12:44 EST
  5. Received: from relay.cs.net by RELAY.CS.NET id aa26532; 27 Dec 87 12:39 EST
  6. Received: from sdr.slb.com by RELAY.CS.NET id ab26517; 27 Dec 87 12:36 EST
  7. Date: Sun, 27 Dec 87 11:58 EDT
  8. From: Jeffrey Shulman <SHULMAN%sdr.slb.com@RELAY.CS.NET>
  9. Subject: Delphi Mac Digest V3 #55
  10. To: delphi-mac@RELAY.CS.NET, PIERCE%HDS%sdr.slb.com@RELAY.CS.NET
  11. X-VMS-To: in%"delphi-mac@relay.cs.net",in%"PIERCE%HDS@SDR.SLB.COM"
  12.  
  13. Date: Sun 27 Dec 87 11:58:02-GMT
  14. From: Jeff Shulman <SHULMAN@SDR>
  15. Subject: Delphi Mac Digest V3 #55
  16. To: Delphi-List: ;
  17. Message-ID: <567604682.0.SHULMAN@SDR>
  18. Mail-System-Version: <VAX-MM(218)+TOPSLIB(129)@SDR>
  19.  
  20. Delphi Mac Digest     Sunday, December 27, 1987      Volume 3 : Issue 55 
  21.  
  22. Today's Topics:
  23.      RE: FKEYs and re-entrancy (4 messages)
  24.      Any cheap OCR's out there? (3 messages)
  25.      RE: Mac's, PC's, Cat's, Inertial tasks,
  26.      re: Generating PostScript output
  27.      Survey Software (2 messages)
  28.      RE: Re:  Comments on MultiFinder (2 messages)
  29.      ** MORE NEWS ABOUT LASERS ** (2 messages)
  30.      RE: Is it DANGEROUS to program your Mac...? (4 messages)
  31.      RE: MacEqn Breaks -- Help !!
  32.      FOND of HyperCard
  33.      CATALOGers/LIBRARIANs (3 messages)
  34.      Re: Init Manager, please
  35.      Amateur Radio Programs (2 messages)
  36.      Re: Weirdness with DA menu!
  37.      Re: Pyro/Switcher 5.1 bomb
  38.      Re: Re: Init Manager, please
  39.  
  40. ---------------------------------------------------------------------- 
  41.  
  42. From: DDUNHAM
  43. Subject: RE: FKEYs and re-entrancy (Re: Msg 2234)
  44. Date: 13-DEC 22:14 Programming Techniques
  45.  
  46. The answer only I heard for FKEYs is to set the global that prevents
  47. FKEYs from being called by the Event Manager.  You could always set
  48. something in your code space...
  49.  
  50. There are so many programs that save stuff in code space that Apple is
  51. going to have to tread very carefully if they want to break them all. 
  52. Saving stuff in CODE space is one thing -- applications have no need to,
  53. they have A5.  But how is a ROM patch like Findswell supposed to keep
  54. track of its globals?  (OK, it could use space in the system heap and a
  55. cookie to find it, but I'd prefer not to use system heap.  And Aztec C
  56. lets DAs have code-space globals anyway.)
  57.  
  58. ------------------------------
  59.  
  60. From: DEWI
  61. Subject: RE: FKEYs and re-entrancy (Re: Msg 2240)
  62. Date: 14-DEC 05:30 Programming Techniques
  63.  
  64. That's more or less what I suspected. The Event Manager global that you
  65. mention is "ScrDmpEnb", I suspect. Can't get it to work on my II, the
  66. FKEY gets called anyway. What fun!
  67.    Dewi
  68.  
  69. ------------------------------
  70.  
  71. From: STEVEMALLER
  72. Subject: RE: FKEYs and re-entrancy (Re: Msg 2241)
  73. Date: 17-DEC 01:17 Programming Techniques
  74.  
  75. Why not try to PATCH _GetNextEvent? You could look at the next pending
  76. event each time through, and if the CMD and SHIFT keys are down, just
  77. flush that event from the queue. Sounds pretty simple to me. Why are you
  78. an FKEY? Have you
  79.  
  80. looked at Lofty Becker's stuff? He has written some really exotic
  81. FKEYs...
  82.  
  83.     Steve Maller
  84.     Apple Computer
  85.  
  86. ------------------------------
  87.  
  88. From: DEWI
  89. Subject: RE: FKEYs and re-entrancy (Re: Msg 2242)
  90. Date: 17-DEC 02:24 Programming Techniques
  91.  
  92.  
  93. It's exotic, I suppose. I needed access to something when a modal dialog
  94. was up. A FKEY is the time honored way of doing this, as far as I can
  95. see. I'm not so sure that patching GetNextEvent isn't overkill, though.
  96. Does anybody know the real status of ScrDmpEnb these days? If it's a
  97. dying global, I'll patch. Otherwise I may just continue using the global
  98. as a semaphore.
  99.     Dewi
  100.  
  101. ------------------------------
  102.  
  103. From: GOODHIND
  104. Subject: Any cheap OCR's out there?
  105. Date: 15-DEC 00:31 Hardware & Peripherals
  106.  
  107. I'm looking for an OCR for entering some courier into a text format
  108. file.
  109.  
  110. I seem to remember something out there less than $300 that you slid the
  111. reader across yourself... anybody have any idea of somebodies box that
  112. could do this, who they are, how much they cost, how good do they
  113. work...
  114.  
  115. thanx
  116.  
  117. ljg
  118.  
  119. ------------------------------
  120.  
  121. From: TSTEIN
  122. Subject: RE: Any cheap OCR's out there? (Re: Msg 24257)
  123. Date: 15-DEC 08:46 Hardware & Peripherals
  124.  
  125. The company was Oberon. I don't know what happened to them.
  126.  
  127. ------------------------------
  128.  
  129. From: PEABO
  130. Subject: RE: Any cheap OCR's out there? (Re: Msg 24257)
  131. Date: 15-DEC 23:15 Hardware & Peripherals
  132.  
  133. TSTEIN's answer Oberon is what I couldn't think of right away.  It was
  134. called OmniReader, and their ads claimed they had connections to IBM PC
  135. and Mac through the serial port.  I think you can probably buy these
  136. things from companies who specialize in salvage of excess inventory.
  137.  
  138. If you have enough stuff to scan that it is not worth just hiring a
  139. typist to rekey it, then I think the Oberon will be too frustrating too
  140. (but I never used
  141.  
  142. one, so this is just my guess).  You might consider taking your work to
  143. a service bureau that does OCR.  Courier is such a popular typewriter
  144. font that it shouldn't be much of a problem getting it converted.
  145.  
  146. peter
  147.  
  148. ------------------------------
  149.  
  150. From: DDUNHAM
  151. Subject: RE: Mac's, PC's, Cat's, Inertial tasks, (Re: Msg 24199)
  152. Date: 15-DEC 05:10 Telecommunicating
  153.  
  154. Some day I'm going to see exactly what kind of use my friend does get
  155. out of the Mac I loaned her.  I'm curious, because I really showed her
  156. very little.  I loaned the machine so she could write plays.  I didn't
  157. think she needed to worry about pretzel-shift-1 to do that, so I never
  158. told her.  (I did give her the manual.)  And I've never invited her to a
  159. user group meeting.  I don't think it would be a good use of her time --
  160. nor would she have to learn how to cook in order to eat.  (Jack, I
  161. defend my policy of deciding what was right for her because I have no
  162. intention of restricting her knowledge -- she can protect herself from
  163. information overload, but she might not use a computer at all if
  164. confronted with all the irrelevant choices all at once.)
  165.  
  166. As I was explaining Acta to her, it really struck me how poorly Apple
  167. designed the multitasking for 1984.  The fact that you only use two
  168. menus when using a DA (the DA's own, and Edit) sounded confusing to me
  169. as I explained it.  Maybe I should have had Acta take over the menu
  170. bar...but that would have made life modal, I think -- you wouldn't be
  171. able to quit an application with no windows open until you closed Acta,
  172. in that case.
  173.  
  174. (Question:  is the machine I gave her [with just Acta, WriteNow, and
  175. MacPaint] an information appliance?  [As I showed MacPaint, I told her
  176. every computer needs a game.])
  177.  
  178. I don't know that we necessarily need an Einstein, but I think much of
  179. the beauty of the early Mac was that it was designed by a very few
  180. bright people. I hate to advocate central control, but what we have now
  181. is in effect design by committee.
  182.  
  183. I'll try again to find Winograd and Flores -- it was checked out, last I
  184. looked.
  185.  
  186. ------------------------------
  187.  
  188. From: DDUNHAM
  189. Subject: re: Generating PostScript output (Re: Msg 24226)
  190. Date: 15-DEC 05:11 Network Digests
  191.  
  192.  > From: <DROMS%BKNLVMS.BITNET@forsythe.stanford.edu>
  193.  > Subject: Generating PostScript output
  194.  
  195. I believe LaserWriter v5.0 won't generate PostScript if you've got
  196. background printing selected.
  197.  
  198.  David Dunham     "The more laws there are, the more people are
  199.  Maitreya Design   inclined to break them"
  200.  
  201. ------------------------------
  202.  
  203. From: BWD
  204. Subject: Survey Software
  205. Date: 15-DEC 19:22 Business Mac
  206.  
  207. Does anyone know of a software package for the Mac which could be used
  208. to compile survey details?
  209.  
  210. Specifically, I would like to create a survey form and then send it out
  211. to various locations and have the users input their responses.  They
  212. would either return the disks or send a file back over E-Mail.  The
  213. responses could then be merged together and an analysis done.
  214.  
  215. Becasue the survey form would change each time a survey is done, I don't
  216. want to have to have to do any (or very little) programming, but I would
  217. likely need to send out an application of some sort.  For this reason,
  218. databases are likely of limited use.
  219.  
  220. Any ideas or comments are welcome.  I thought that it would be an easy
  221. request, but ...   (maybe I haven't asked the right people...  until
  222. now!)
  223.  
  224. Brian .s
  225.  
  226. ------------------------------
  227.  
  228. From: NWOLF
  229. Subject: RE: Survey Software (Re: Msg 24269)
  230. Date: 16-DEC 03:33 Business Mac
  231.  
  232. Such a thing does exist, though I can't place it right now. Perhpas if
  233. you check in Wheels for the Mind if no one gives you an answer here. You
  234. might also consider posting to UseNet, etc., where you'd most certainly
  235. be apt to get some response.
  236.  
  237. Neil.
  238.  
  239. ------------------------------
  240.  
  241. From: PEABO
  242. Subject: RE: Re:  Comments on MultiFinder (Re: Msg 24279)
  243. Date: 16-DEC 23:35 Network Digests
  244.  
  245. >Date: Sun, 11 Oct 87 17:06:04 pdt
  246. >From: Larry Rosenstein <lsr@APPLE.COM>
  247. >Subject: Re:  Comments on MultiFinder
  248.  
  249. >Overall, I find layers convenient to use.  Without them, getting at a Finde
  250. >folder might require that you move several windows around, if it happened to
  251. >be buried.  WIth layers, you can simply activate the Finder and gain access
  252. >to all of its windows.
  253.  
  254. By the same token, the icons for disks, closed folders, and the
  255. transhcan should be windows, so that they too can be brought to the
  256. front when the Finder's layer is activated.  Using the current Finder is
  257. excrutiating because these remain buried.
  258.  
  259. peter                          "In any context, half of all references
  260. PEABO @ DELPHI                  are local and half are global."
  261.  
  262. ------------------------------
  263.  
  264. From: MADMACS
  265. Subject: RE: Re:  Comments on MultiFinder (Re: Msg 24282)
  266. Date: 20-DEC 01:54 Network Digests
  267.  
  268. Peter,
  269.   My "trick" when going back to the finder is to close all windows that
  270. might be on showing in the layer, close them all (via command-W or
  271. whatever method you like best, ie. option-click in close, etc...), then
  272. do a select all and open. This will open the trash as a small window at
  273. the bottom of the screen and my hard disk icon up at the top. Throwing
  274. stuff way isn't a problem then. This technique assumes that there are no
  275. applications sitting in the desktop, but that is cleared up by using
  276. some application like PowerStation, Oasis, or HD Runner. The system
  277. though not perfect, works fairly well. I'd like to see a Finder option
  278. of allowing one to specify whether the icons could be brought to the
  279. "surface".
  280.  
  281. Brian
  282.  
  283. ------------------------------
  284.  
  285. From: MACMAG
  286. Subject: ** MORE NEWS ABOUT LASERS **
  287. Date: 17-DEC 11:16 Business Mac
  288.  
  289. CLARIS 
  290. -=-=-=
  291.  
  292. We've been playing around with Claris's new MacPaint 2.0. It asks you to
  293. personalize your copy (ala MORE/Illustrator/etc..), don't offer much as
  294. an upgrade (doesn't have gradual rotations at any angle, only 90 degrees
  295. rotaions)
  296.  
  297. The "Take Snapshot" (similar to the Keep command in HyperCard) makes
  298. this digitized camera sound (cute).
  299.  
  300. In all, there are farr better paint programs on the market.
  301.  
  302. LASER NOTE 
  303. **********
  304.  
  305. As a note to my previous message, I forgot to mention that anyone with a
  306. LaserWriter or a Laser Plus should sell their printers as soon as
  307. possible because come January, the Models will be discontinued and I
  308. don't think there will be a trade-in policy (certainly NO upgrade).
  309.  
  310. The 128K Mac was discontinued... where are they now?
  311.  
  312. P.
  313.  
  314. ------------------------------
  315.  
  316. From: PEABO
  317. Subject: RE: ** MORE NEWS ABOUT LASERS ** (Re: Msg 24288)
  318. Date: 17-DEC 11:47 Business Mac
  319.  
  320. But there's only one problem ... what do you do for a printer while
  321. you're waiting for a snazzy new LW from Apple (which probably won't be
  322. shipping for months)?
  323.  
  324. peter
  325.  
  326. ------------------------------
  327.  
  328. From: DSACHS
  329. Subject: RE: Is it DANGEROUS to program your Mac...?
  330. Date: 19-DEC 00:28 Network Digests
  331.  
  332. >RE:From: tedj@hpcilzb.HP.COM (Ted Johnson) 
  333. >Subject: Is it DANGEROUS to program your Mac...? 
  334.  
  335. I doubt that you can burn out the flyback xformer, but it might be
  336. possible to damage a disk drive by misfunctioning it.  I remember two
  337. instances of computers that could easily be damaged by bad programs. 
  338. The origional Commodore PET had one register whose setting could cause
  339. components to burn out.  The CDC 7600 Mainfram ca 1968 had core memory
  340. that was souped up to such an extent, that simply running a very short
  341. loop would cause it to overheat.
  342.  
  343. ------------------------------
  344.  
  345. From: PEABO
  346. Subject: RE: Is it DANGEROUS to program your Mac...?
  347. Date: 19-DEC 17:55 Network Digests
  348.  
  349. One of the original Data General Novas had that problem too.  The
  350. instruction was JMP @0 or some such thing, which when placed in location
  351. zero, was a valid indirect reference to itself, resulting in the
  352. instruction fetch reading location zero on every possible memory cycle. 
  353. Smoke reportedly ensued.
  354.  
  355. peter
  356.  
  357. ------------------------------
  358.  
  359. From: DSACHS
  360. Subject: RE: Is it DANGEROUS to program your Mac...?
  361. Date: 19-DEC 22:14 Network Digests
  362.  
  363. On some current computers it is possible to function disk drives to seek
  364. beyond their limits, sometimes causing mechanical damage.
  365.  
  366. ------------------------------
  367.  
  368. From: DDUNHAM
  369. Subject: RE: Is it DANGEROUS to program your Mac...?
  370. Date: 20-DEC 03:19 Network Digests
  371.  
  372. I think the "earthquake screen" happens when you write to sound chip
  373. memory by mistake.
  374.  
  375. ------------------------------
  376.  
  377. From: DSACHS
  378. Subject: RE: MacEqn Breaks -- Help !!
  379. Date: 19-DEC 00:43 Network Digests
  380.  
  381. >RE:From: alex@comp.vuw.ac.nz (Alex Heatley) 
  382. >Subject: MacEqn Breaks -- Help !!
  383.  
  384. What version of MacEqn are you using?  MacEqn 2.1 was released just a
  385. short time ago.
  386.  
  387. ------------------------------
  388.  
  389. From: BRECHER
  390. Subject: FOND of HyperCard
  391. Date: 19-DEC 13:44 Bugs & Features
  392.  
  393. HyperCard draws its tool palette symbols and special mouse pointer
  394. symbols by using a private font that is in the HyperCard application. 
  395. Unfortunately, HyperCard lacks a "FOND" resource for its font. The
  396. result is that if there any other font online which has the same font ID
  397. number as HyperCard's, then that other font will be used (possibly after
  398. scaling to a 12-point size) to draw HyperCard's symbols.  The symbols
  399. will then look like letters, or just be unrecognizeable.
  400.  
  401. This problem is not related directly to Suitcase, but Suitcase users are
  402. more likely to have many fonts online and thus more likely to have a
  403. font which conflicts with HyperCard's font.
  404.  
  405. The solution is to provide a FOND resource for HyperCard.  This can be
  406. done with ResEdit and Font/DA Mover as follows:
  407.  
  408. 1.  Open ResEdit.
  409. 2.  Open the HyperCard application file.
  410. 3.  Select (click on) the FONT resource type.
  411. 4.  Choose the Open General command from the File menu.
  412. 5.  Select (click on): FONT ID=31756
  413. 6.  Choose Get Info from the File menu.
  414. 7.  Type the name: HC Font
  415. 8.  Close the Info window.
  416. 9.  Choose New from the File menu; this will cause a new FONT resource to
  417.     appear in the list, and the new FONT will be pre-selected.
  418. 10. Choose Get Info from the File menu.
  419. 11. Type the name: HC Font
  420. 12. Type a Tab to move the cursor to the ID field.
  421. 13. Type the number: 31744
  422. 14. Close the Info window.
  423. 15. Choose Quit from the File menu; when asked whether to save the changes,
  424.     click Yes.
  425. 16. Open Font/DA Mover.
  426. 17. Click the Close button at the lower left.
  427. 18. While holding down the Option key, click the Open... button at the
  428.     lower left.
  429. 19. If necessary, navigate through disks/folders to the HyperCard
  430.     application.
  431. 20. Select the HyperCard application and click Open.
  432. 21. Click the Open... button at the lower right.
  433. 22. Click the New button.
  434. 23. Type the name: HC Font File
  435. 24. Click the Create button, or type the Return key
  436. 25. Click on "HC Font" in the left list.
  437. 26. Click the >> Copy >> button.
  438. 27. Click on "HC Font" in the right list.
  439. 28. Click the << Copy << button.
  440. 29. Click the Quit button.
  441. 30. The HC Font File in the HyperCard application folder, which was
  442.     created during the above procedure, can be deleted.
  443.  
  444. Note: this same problem -- a private application font that lacks a FOND
  445. resource -- is present in some other applications, i.e., SuperPaint and
  446. MacPaint (also, I've been told, FullPaint).  The same procedure can be
  447. applied to these other applications.  However, the ID numbers in steps 5
  448. and 13 may well be different.  To get the number to be used in step 13,
  449. take the number in step 5 (which is displayed by ResEdit), divide it by
  450. 128, discard the remainder or fractional part, and then multiply by 128.
  451.  The names "HC Font" and "HC Font File" used above can be any names you
  452. like, as long as the names used in steps 7 and 11 are the same.
  453.  
  454. ------------------------------
  455.  
  456. From: HPP
  457. Subject: CATALOGers/LIBRARIANs
  458. Date: 20-DEC 01:29 Business Mac
  459.  
  460. I like to find a good HFS-multi-HDvolume/floppy cataloger. Ive tried
  461. Disk Librarian V1.82a but it dies writing its catalog and freezes my
  462. mouse.. CAT*MAC truncates file names and volume names in its TeaseWare 
  463. version.. We need one. Any body know of a good one?
  464.     Phil Peterson
  465.  
  466. ------------------------------
  467.  
  468. From: HALL
  469. Subject: RE: CATALOGers/LIBRARIANs (Re: Msg 24356)
  470. Date: 20-DEC 14:10 Business Mac
  471.  
  472. How about Disk Quick, the non-shareware succesor to Disk Librarian?
  473.  
  474. Brian
  475.  
  476. ------------------------------
  477.  
  478. From: NWOLF
  479. Subject: RE: CATALOGers/LIBRARIANs (Re: Msg 24356)
  480. Date: 20-DEC 17:49 Business Mac
  481.  
  482. have you tried Dir-Acta-Ry?
  483.  
  484. ------------------------------
  485.  
  486. From: DDUNHAM
  487. Subject: Re: Init Manager, please
  488. Date: 20-DEC 03:17 Network Digests
  489.  
  490.  > From: moriarty@tc.fluke.COM (Jeff Meyer)
  491.  > Subject: Re: Init Manager, please
  492.  I mentioned this recently, and Don Brown (the author of Aask) said that
  493. a beta had been uploaded somewhere without his permission.  Aask (the
  494. INIT manager) will apparently be part of one of his packages at some
  495. future date; it is not released.  If you have a copy, you probably
  496. shouldn't, and you certainly shouldn't distribute it.  (Hope this info's
  497. still current -- Don's on CI$, not this net.)
  498.  
  499. ------------------------------
  500.  
  501. From: FMBBS
  502. Subject: Amateur Radio Programs
  503. Date: 20-DEC 10:16 Telecommunicating
  504.  
  505. I am looking for Amateur Radio Programs for the MAC. Anyone seen any
  506. good ones? including PAcket host and terminal programs-logging,etc??
  507. Bill Taylor KD4IL Fort Mill MEBBS 803-548-0900
  508.  
  509. ------------------------------
  510.  
  511. From: NWOLF
  512. Subject: RE: Amateur Radio Programs (Re: Msg 24367)
  513. Date: 20-DEC 17:55 Telecommunicating
  514.  
  515. Contact Doug Forman, sysop of MacSystem NW - 503-245-2222/649-8313 -
  516. he's either got it all or can tell you where to get it. He's also
  517. reachable as DFORMAN on (ahem) GEnie.
  518.  
  519. Neil.
  520.  
  521. ------------------------------
  522.  
  523. From: BRECHER
  524. Subject: Re: Weirdness with DA menu!
  525. Date: 25-DEC 16:21 Network Digests
  526.  
  527. >To: PUGH@NMFECC.ARPA
  528. >Subject: Weirdness with DA menu!
  529.  
  530. When Suitcase is used on a Mac II with MultiFinder, sometimes a DA name
  531. in the apple menu, or maybe even the entire menu, becomes dimmed
  532. (disabled).  This is fixed by the following Fedit patch to the Suitcase
  533. file, or ResEdit patch to the INIT 128 resource in Suitcase:
  534.  
  535.  search for: 225F 205F 2050
  536.  change to:  6000 008C 2050
  537.  
  538. ------------------------------
  539.  
  540. From: BRECHER
  541. Subject: Re: Pyro/Switcher 5.1 bomb
  542. Date: 27-DEC 02:58 MUGS Online
  543.  
  544. To: osmigo@ut-ngp.UUCP (Ron Morgan) Subject: Re: Pyro/Switcher 5.1 bomb
  545.  
  546. > if the INIT "Pyro" is in the System Folder, Switcher 5.1 will bomb
  547.  
  548. I assume the bombs you describe happen when you switch.  If so, the
  549. following hexadecimal patches to Pyro! will fix it for compatibility
  550. with Switcher. These patches are applied with a program such as Fedit
  551. Plus or similar utility, or with a recent version of ResEdit operating
  552. on the INIT 128 resource within Pyro!.
  553.  
  554.  search for: 60 04 50 79 72 6F
  555.  change to:  4E 71 61 00 08 78
  556.  
  557.  search for: 00 00 48 E7 1F 38
  558.  change to:  FF F0 48 E7 1F 38
  559.  
  560.  search for: 9E FC 00 10
  561.  change to:  4E 71 4E 71
  562.  
  563.  search for: 6F 00 04 A9 71 4A 1F DE FC 00 10
  564.  change to:  6E FF F0 4E B9 00 00 00 00 4A 1F
  565.  
  566.  search for: B0 6A 00 04 62 04 70 01 60 02 70 00
  567.  change to:  30 3C A9 71 A7 46 43 FA F9 FE 22 88
  568.  
  569. ------------------------------
  570.  
  571. From: BRECHER
  572. Subject: Re: Re: Init Manager, please
  573. Date: 27-DEC 02:58 MUGS Online
  574.  
  575. To: moriarty@tc.fluke.COM (Jeff Meyer) Subject: Re: Re: Init Manager,
  576. please
  577.  
  578. > [The Aask INIT is] from those wonderful people over at CE software, and
  579. > I'll post it to comp.mac.binaries first chance I get.
  580.  
  581. This is beta test software that was (directly or indirectly) illicitly
  582. posted to the BBS from which you obtained it; it is NOT public domain
  583. and is not intended to be publically distributed.
  584.  
  585. This is what I, as a beta tester, was told by CE Software.
  586.  
  587. ------------------------------
  588.  
  589. End of Delphi Mac Digest
  590. ************************
  591. -------
  592.